'宣言 Public MustInherit Class Gs1DataBarBaseBuilder (Of TControl As Gs1DataBarBase, TBuilder As Gs1DataBarBaseBuilder(Of TControl,TBuilder)) Inherits BarcodeBaseBuilder(Of TControl,TBuilder) Implements Microsoft.AspNetCore.Html.IHtmlContent
public abstract class Gs1DataBarBaseBuilder<TControl,TBuilder> : BarcodeBaseBuilder<TControl,TBuilder>, Microsoft.AspNetCore.Html.IHtmlContent where TControl: Gs1DataBarBase where TBuilder: Gs1DataBarBaseBuilder<TControl,TBuilder>